home *** CD-ROM | disk | FTP | other *** search
/ Wild Blue Yonder 1: 50 Years of Gs & Jets / Wild Blue Yonder - Episode 1 - 50 Years of Gs and Jets (Digital Ranch) (Spectrum Holobyte)(1-107-40-101)(1994).iso / control / panel.dir / 00716_Script_716 < prev    next >
Text File  |  1994-08-29  |  858b  |  24 lines

  1. on initCommon
  2.   
  3.   global aspect, aspectLabel, aspectMenu, ¼
  4.          aspectStartCast, backArrow, bigIcon, buttonZone, globe, ¼
  5.          plane 
  6.   
  7.   set aspectStartCast = the number of cast (plane && "aspect menu")
  8.   
  9.   set the puppet of sprite aspectLabel   = TRUE
  10.   set the puppet of sprite aspectMenu    = TRUE
  11.   set the puppet of sprite bigIcon       = TRUE
  12.   set the puppet of sprite globe         = TRUE
  13.   
  14.   set the castNum of sprite bigIcon      = the number of cast (plane && "big icon") 
  15.   set the castNum of sprite aspectMenu   = the number of cast aspectStartCast
  16.   set the castNum of sprite aspectLabel  = the number of cast (plane & aspect)
  17.   updateStage
  18.   
  19.   set the immediate of sprite backArrow  = TRUE
  20.   set the immediate of sprite buttonZone = TRUE
  21.   set the immediate of sprite globe      = TRUE
  22.   
  23. end initCommon
  24.